Skip to content

Conversation

c-warren
Copy link
Contributor

@c-warren c-warren commented Oct 6, 2025

What changed?

Allow gpg signed commits to pass DCO checks

Why?

DCO has been introduced to verify that each commit in the repository has been signed-off by the developer who is committing it. There are two ways to do this:

  • `git commit -s -m "my message"
  • sign each commit with a gpg key

This PR allows both of these methods to pass the check, rather than just the first.

How did you test it?

In the cadence repo.

Potential risks

N/A

@c-warren c-warren merged commit 9cc951a into cadence-workflow:master Oct 6, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants